home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Utilities / iGet2.0.3.dmg / iGet.app / Contents / Resources / FSSpotlightQueryCriterionDateView.nib / classes.nib next >
Encoding:
Text File  |  2006-01-19  |  1.7 KB  |  50 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 datePickerChanged = id; 
  6.                 quantityChanged = id; 
  7.                 secondaryPopupChanged = id; 
  8.                 timeUnitChanged = id; 
  9.             }; 
  10.             CLASS = FSSpotlightQueryCriterionDateViewController; 
  11.             LANGUAGE = ObjC; 
  12.             SUPERCLASS = FSSpotlightQueryCriterionViewSubcontroller; 
  13.         }, 
  14.         {
  15.             ACTIONS = {doRemoveCriterion = id; }; 
  16.             CLASS = FSSpotlightQueryCriterionViewController; 
  17.             LANGUAGE = ObjC; 
  18.             OUTLETS = {
  19.                 addCriterionButton = NSButton; 
  20.                 metadataPropertyPopup = NSPopUpButton; 
  21.                 nonretainedDelegate = id; 
  22.                 removeCriterionButton = NSButton; 
  23.                 searchConstraintPopup = NSPopUpButton; 
  24.                 searchConstraintUserInputComboBox = NSComboBox; 
  25.                 searchConstraintsEnclosureView = NSView; 
  26.             }; 
  27.             SUPERCLASS = FSViewController; 
  28.         }, 
  29.         {
  30.             CLASS = FSSpotlightQueryCriterionViewSubcontroller; 
  31.             LANGUAGE = ObjC; 
  32.             OUTLETS = {
  33.                 datePicker = NSDatePicker; 
  34.                 quantityField = NSTextField; 
  35.                 secondaryPopup = NSPopUpButton; 
  36.                 timeUnitPopup = NSPopUpButton; 
  37.             }; 
  38.             SUPERCLASS = FSViewController; 
  39.         }, 
  40.         {
  41.             CLASS = FSViewController; 
  42.             LANGUAGE = ObjC; 
  43.             OUTLETS = {view = NSView; }; 
  44.             SUPERCLASS = NSObject; 
  45.         }, 
  46.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  47.         {CLASS = NSDatePicker; LANGUAGE = ObjC; SUPERCLASS = NSControl; }
  48.     ); 
  49.     IBVersion = 1; 
  50. }